home *** CD-ROM | disk | FTP | other *** search
/ Merciful 2 / Merciful - Disc 2.iso / software / s / saucencodeissue3.dms / saucencodeissue3.adf / AMOS_Extension / Manual.TXT < prev    next >
Text File  |  1996-01-21  |  3KB  |  77 lines

  1.                  AMOS Professional Misc Extension
  2.                  --------------------------------
  3.  
  4. This extension should originally be shareware, but now AMOS won't be
  5. updated and it's a bit old too. So this extension is now Public Domain
  6. and includes source code (written in DevPac assembler). You may expand
  7. this extension or copy some routines to the code of your extension, but
  8. please, enter my name in the manual, such like: "Greetings to Frank Otto"
  9. or "some routines from Misc Extension by Frank Otto". Thanks!
  10.  
  11. Maybe you already noticed that this extension is very buggy. Some commands
  12. force AMOS to crash. Maybe I'll create a new version, but why don't you?
  13. Just debug this extension and send it to Aminet. Do what you want with it,
  14. it's Public Domain!
  15.  
  16. OK, to install it to AMOS Pro, just copy the "AMOSPro_Misc.Lib" to your
  17. APSystem folder, load the Interpreter config and enter at number 23
  18. "AMOSPro_Misc.Lib". Reboot AMOS Pro and...ready...!
  19.  
  20. Now the new commands:
  21.  
  22. Dled On                       Turns on drive led, don't ask me, where
  23.                               this is for, but maybe when the drive led
  24.                               doesn't stop reading, use the next command.
  25.  
  26. Dled Off                      Turns off drive led.
  27.  
  28. Display Off                   Turns display off. What you do, opening
  29.                               screens etc., you don't see anything.
  30.  
  31. Display On                    Turns on display.
  32.  
  33. Multi Off                     Turns off Multitasking and increases about
  34.                               10 % speed.
  35.  
  36. Multi On                      Turns Multitasking on. --WARNING-- you have to
  37.                               turn it on again before you go back to the
  38.                               editor or AMOS will crash.
  39.  
  40. Mouse Off                     Hides mouse and sprite 0. Better than "hide"
  41.                               because the mouse is hidden forever, even in
  42.                               the editor. 
  43.                             -->Suggestion: If you want to expand this 
  44.                               extension, why not make a "Mouse On" command?
  45.  
  46. Reset                         Resets your Amiga as if you press Ctrl+A+A and
  47.                               destroys all (?) viruses.
  48.  
  49. Clear Ram                     Cleans up Memory by deleting all not-used
  50.                               fonts, libs, etc.
  51.  
  52. Disk Wait                     Waits until you insert a new disk.
  53.  
  54. Firewait                      Waits until pressing fire button. Nothing else
  55.                               than "While Fire(1)=0 : Wend" but more effective,
  56.                               cause it's in assembler. A great command for
  57.                               a pause function in a game.
  58.                            -->Suggestion: You can make more wait-commands that
  59.                               wait for left-mouse, right-,...
  60.  
  61. Pal On                        Forces AMOS to display everything in PAL
  62.                               This command is not ready yet, it's very
  63.                               buggy and forces AMOS to crash, so be careful!
  64.                            -->Suggestion: debug this command and add "Pal Off"
  65.                               command that switches to Ntsc.
  66.  
  67. If you want to send me your new Misc Extension or just write me for any
  68. reason, here's my adress:
  69.  
  70.     Frank Otto
  71.     Grelckstr. 27
  72.     22529 Hamburg
  73.     Germany
  74.  
  75. E-Mail: FRANK@ZINOCAVE.wind.dbn.sub.org
  76.  
  77.